home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / skin.xml284 < prev    next >
Text File  |  2008-03-01  |  13KB  |  191 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.         <TextStyle name="OsdTextStyle" color="White" size="13"/> 
  5.         <TextStyle name="OsdTextLargeStyle" color="White" size="16"/>
  6.         <TextStyle name="OsdTextVeryLargeStyle" color="White" size="18"/>
  7.     </TextStyles>
  8.  
  9.     <NamedColors>
  10.         <!-- volume graph -->        
  11.         <NamedColor name="VolumeFill" color="#CF00B900"/>
  12.         <NamedColor name="VolumeFillMuted" color="#CFB90000"/>
  13.         <!-- signal -->
  14.         <NamedColor name="SignalStatus" color="#CF00B900"/>
  15.         <NamedColor name="SignalStatusOutline" color="White"/>
  16.         <!-- timeline -->
  17.         <NamedColor name="TimelineNotAvailable" color="#640000"/>
  18.         <NamedColor name="TimelineAvailable" color="Green"/>
  19.         <NamedColor name="TimelineAvailableAd" color="#003200"/>
  20.         <NamedColor name="TimelineNotYetAvailable" color="Black"/>
  21.         <NamedColor name="TimelineBorder" color="Gray"/>
  22.         <NamedColor name="TimelinePositionIndicator" color="Gray"/>        
  23.     </NamedColors>
  24.  
  25.     <!-- placements -->
  26.     <Placements>
  27.         <!-- live tv -->
  28.         <Placement name="LiveTVShowInfo" loc="0,75" size="100,25"/>        
  29.         <Placement name="LiveTVNewChannelNumber" loc="3,3" size="10,8"/>
  30.         <!-- video player -->
  31.         <Placement name="VideoShowInfo" loc="0,75" size="100,25"/>
  32.         <!-- controls -->
  33.         <Placement name="VideoControls" loc="20,65" size="60,10"/>
  34.         <Placement name="DVDControls" loc="20,85" size="60,10"/>
  35.         <Placement name="LiveTVPreviewControls" loc="20,65" size="60,10"/>
  36.         <Placement name="LiveTVTimeshiftControls" loc="20,65" size="60,10"/>
  37.         <!-- misc -->
  38.         <Placement name="Timeline" loc="20,6" size="62,7"/>
  39.         <Placement name="Volume" loc="40,1.5" size="20,4"/>
  40.         <Placement name="StatusInfo" loc="72,1" size="25,5"/>
  41.         <Placement name="NoSignal" loc="10,30" size="80,30"/>
  42.         <Placement name="SRTSubtites" loc="5,75"/>
  43.     <Placement name="StreamInfo" loc="10,30"/>
  44.     </Placements>
  45.     
  46.     <!-- Composite Images -->    
  47.     <CompositeImages>
  48.         <CompositeImage name="LiveTVNewChannelNumber" size="10,8">
  49.             <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
  50.             <DrawText text="@channelNumber" loc="0,5" size="100,100" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
  51.         </CompositeImage>
  52.  
  53.         <CompositeImage name="Volume" size="20,4">
  54.             <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
  55.             <DrawImage filename="..\_CoreImages\vol.png" loc="10,10" size="13.5,80"/>
  56.             <DrawRect loc="30,25" size="60,50" fillColor="#CF000070"/>
  57.             <Element name="VolumeBar"  loc="30,25" size="60,50"/>            
  58.         </CompositeImage>
  59.  
  60.         <CompositeImage name="Timeline" size="62,7">            
  61.             <DrawRoundedRect loc="1,5" size="98,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
  62.             <DrawText text="@playbackPosition" loc="3,0" size="22,100" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  63.             <DrawText text="@playbackDuration" loc="75,0" size="22,100" textStyle="OsdTextStyle" align="Right" valign="Center"/>            
  64.             <Element name="TimelineBar"  loc="22,35" size="54,30"/>            
  65.         </CompositeImage>        
  66.         
  67.         <CompositeImage name="StatusInfo" size="25,5">
  68.             <DrawRoundedRect loc="5,5" size="90,90" fillColor="#9F000000" borderColor="Transparent" radius="1" borderWidth="0"/>
  69.             <DrawTextWithOutline text="@statusText" loc="0,0" size="100,100" outlineWidth="2" borderColor="Black" textStyle="OsdTextStyle" align="Center" valign="Center"/>
  70.         </CompositeImage>
  71.  
  72.         <CompositeImage name="SRTSubtites" size="90,20">
  73.             <DrawTextWithOutline text="@line1" loc="0,0" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
  74.             <DrawTextWithOutline text="@line2" loc="0,33" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
  75.             <DrawTextWithOutline text="@line3" loc="0,66" size="100,33" outlineWidth="2" borderColor="Black" textStyle="OsdTextVeryLargeStyle" align="Center" valign="Center"/>
  76.         </CompositeImage>        
  77.         
  78.         <CompositeImage name="LiveTVShowInfo" size="100,25">
  79.             <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
  80.             <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>            
  81.             <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
  82.             <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>            
  83.             <!-- with channel icon available... -->
  84.             <DrawImage visible="@hasChannelIcon" filename="@channelIcon" loc="3,33" size="12,55"/>
  85.             <DrawText visible="@hasChannelIcon" text="@description" loc="17,35" size="80,75" textStyle="OsdTextStyle" align="Left"/>
  86.             <!-- with no channel icon available... -->
  87.             <DrawText visible="@hasNoChannelIcon" text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
  88.         </CompositeImage>
  89.  
  90.         <CompositeImage name="VideoShowInfo" size="100,25">
  91.             <DrawRect loc="0,0" size="100,100" fillColor="#AF000000"/>
  92.             <DrawRoundedRect loc="3,3" size="94,25" fillColor="#CF000070" borderColor="Transparent" radius="1" borderWidth="0"/>
  93.             <DrawTextWithOutline text="@title" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Left" valign="Center"/>
  94.             <DrawTextWithOutline text="@currentTime" loc="5,3" size="90,25" textStyle="OsdTextLargeStyle" outlineWidth="2" borderColor="Black" align="Right" valign="Center"/>
  95.             <DrawText text="@description" loc="5,35" size="90,75" textStyle="OsdTextStyle" align="Left"/>
  96.         </CompositeImage>
  97.  
  98.         <CompositeImage name="NoSignal" size="80,30">
  99.             <DrawRoundedRect loc="4,6" size="92,88" fillColor="Black" borderColor="#7FFFFFFF" radius="1" borderWidth="2"/>            
  100.             <DrawText text="@noSignalMessage" loc="5,10" size="90,25" textStyle="OsdTextStyle" align="Center"/>
  101.             <DrawText text="Quality" loc="25,50" size="30,25" textStyle="OsdTextStyle" align="Left"/>
  102.             <DrawText text="Strength" loc="25,65" size="30,25" textStyle="OsdTextStyle" align="Left"/>
  103.             <Element name="SignalQualityGraph" loc="40,53" size="25,6"/>
  104.             <Element name="SignalStrengthGraph" loc="40,68" size="25,6"/>
  105.         </CompositeImage>
  106.  
  107.         <CompositeImage name="VideoControls" size="60,10">
  108.             <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
  109.             <DrawImage filename="pbsbbtn.png" loc="17,10" size="7,80" fixedAspectRatio="true"/>
  110.             <Element name="SkipBack" loc="17,10" size="7,80"/>
  111.             <DrawImage filename="pbrwbtn.png" loc="27,10" size="7,80" fixedAspectRatio="true"/>
  112.             <Element name="Rewind" loc="27,10" size="7,80"/>
  113.             <DrawImage filename="pbpausebtn.png" loc="37,10" size="7,80" fixedAspectRatio="true"/>
  114.             <Element name="Pause" loc="37,10" size="7,80"/>
  115.             <DrawImage filename="pbffbtn.png" loc="47,10" size="7,80" fixedAspectRatio="true"/>
  116.             <Element name="FastForward" loc="47,10" size="7,80"/>
  117.             <DrawImage filename="pbsfbtn.png" loc="57,10" size="7,80" fixedAspectRatio="true"/>
  118.             <Element name="SkipForward" loc="57,10" size="7,80"/>
  119.             <DrawImage filename="pbsubtv.png" loc="67,10" size="7,80" fixedAspectRatio="true"/>
  120.             <Element name="ToggleSubtitle" loc="67,10" size="7,80"/>
  121.             <DrawImage filename="pbclosebtn.png" loc="77,10" size="7,80" fixedAspectRatio="true"/>
  122.             <Element name="Exit" loc="77,10" size="7,80"/>
  123.         </CompositeImage>
  124.  
  125.         <CompositeImage name="DVDControls" size="60,10">
  126.             <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
  127.             <DrawImage filename="pbsbbtn.png" loc="10,10" size="7,80" fixedAspectRatio="true"/>
  128.             <Element name="SkipBack" loc="10,10" size="7,80"/>
  129.             <DrawImage filename="pbrwbtn.png" loc="20,10" size="7,80" fixedAspectRatio="true"/>
  130.             <Element name="Rewind" loc="20,10" size="7,80"/>
  131.             <DrawImage filename="pbpausebtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
  132.             <Element name="Pause" loc="30,10" size="7,80"/>
  133.             <DrawImage filename="pbffbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
  134.             <Element name="FastForward" loc="40,10" size="7,80"/>
  135.             <DrawImage filename="pbsfbtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
  136.             <Element name="SkipForward" loc="50,10" size="7,80"/>
  137.             <DrawImage filename="pbsubtv.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
  138.             <Element name="ToggleSubtitle" loc="60,10" size="7,80"/>
  139.             <DrawImage filename="pbdvdmenu.png" loc="70,10" size="7,80" fixedAspectRatio="true"/>
  140.             <Element name="DvdMenu" loc="70,10" size="7,80"/>
  141.             <DrawImage filename="pbclosebtn.png" loc="80,10" size="7,80" fixedAspectRatio="true"/>
  142.             <Element name="Exit" loc="80,10" size="7,80"/>
  143.         </CompositeImage>
  144.  
  145.     <CompositeImage name="StreamInfo" size="80,30">
  146.       <DrawRoundedRect loc="1,3" size="98,97" fillColor="#9F000000" borderColor="Transparent" radius="2.5" borderWidth="0"/>
  147.       <DrawText text="@name1" loc="3,3" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  148.       <DrawText text="@name2" loc="3,22" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  149.       <DrawText text="@name3" loc="3,41" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  150.       <DrawText text="@name4" loc="3,60" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  151.       <DrawText text="@name5" loc="3,79" size="26,20" textStyle="OsdTextStyle" align="Left" valign="Center"/>
  152.       <DrawText text="@value1" loc="32,3" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
  153.       <DrawText text="@value2" loc="32,22" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
  154.       <DrawText text="@value3" loc="32,41" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
  155.       <DrawText text="@value4" loc="32,60" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
  156.       <DrawText text="@value5" loc="32,79" size="68,20" textStyle="OsdTextStyle" align="Left" valign="Center" wrap="false"/>
  157.     </CompositeImage>
  158.  
  159.     <CompositeImage name="LiveTVPreviewControls" size="60,10">
  160.       <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
  161.       <DrawImage filename="pbnextchbtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
  162.       <Element name="NextChannel" loc="30,10" size="7,80"/>
  163.             <DrawImage filename="pbprevchbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
  164.             <Element name="PrevChannel" loc="40,10" size="7,80"/>
  165.             <DrawImage filename="pbpausebtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
  166.             <Element name="Pause" loc="50,10" size="7,80"/>
  167.             <DrawImage filename="pbclosebtn.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
  168.             <Element name="Exit" loc="60,10" size="7,80"/>
  169.         </CompositeImage>
  170.  
  171.         <CompositeImage name="LiveTVTimeshiftControls" size="60,10">
  172.             <DrawRoundedRect loc="0,0" size="100,100" fillColor="#9F000000" borderColor="Transparent" radius="2" borderWidth="1"/>
  173.             <DrawImage filename="pbnextchbtn.png" loc="10,10" size="7,80" fixedAspectRatio="true"/>
  174.             <Element name="NextChannel" loc="10,10" size="7,80"/>
  175.             <DrawImage filename="pbprevchbtn.png" loc="20,10" size="7,80" fixedAspectRatio="true"/>
  176.             <Element name="PrevChannel" loc="20,10" size="7,80"/>
  177.             <DrawImage filename="pbsbbtn.png" loc="30,10" size="7,80" fixedAspectRatio="true"/>
  178.             <Element name="SkipBack" loc="30,10" size="7,80"/>
  179.             <DrawImage filename="pbrwbtn.png" loc="40,10" size="7,80" fixedAspectRatio="true"/>
  180.             <Element name="Rewind" loc="40,10" size="7,80"/>
  181.             <DrawImage filename="pbpausebtn.png" loc="50,10" size="7,80" fixedAspectRatio="true"/>
  182.             <Element name="Pause" loc="50,10" size="7,80"/>
  183.             <DrawImage filename="pbffbtn.png" loc="60,10" size="7,80" fixedAspectRatio="true"/>
  184.             <Element name="FastForward" loc="60,10" size="7,80"/>
  185.             <DrawImage filename="pbsfbtn.png" loc="70,10" size="7,80" fixedAspectRatio="true"/>
  186.             <Element name="SkipForward" loc="70,10" size="7,80"/>
  187.             <DrawImage filename="pbclosebtn.png" loc="80,10" size="7,80" fixedAspectRatio="true"/>
  188.             <Element name="Exit" loc="80,10" size="7,80"/>
  189.         </CompositeImage>        
  190.     </CompositeImages>             
  191. </settings>